# Get workspace details

Returns detailed information for the specified workspace associated with a space within the current account context.
            
Behavior:
- Validates space and workspace association with the account
- Ensures the workspace exists under the specified space
- Retrieves workspace configuration and attribute details
- Returns structured workspace detail response
- Logs the action as a workspace view event

Endpoint: GET /api/v1/facility/spaces/{spaceIdentifier}/workspaces/{workspaceidentifier}

## Path parameters:

  - `spaceIdentifier` (string, required)

  - `workspaceidentifier` (string, required)

## Response 200 fields (text/plain):

  - `data` (object)

  - `data.workSpaceId` (string)

  - `data.identifier` (string,null)

  - `data.cadPlanLocation` (array,null)

  - `data.status` (object)

  - `data.status.statusId` (string)

  - `data.status.statusCode` (string,null)

  - `data.status.statusName` (string,null)

  - `data.status.statusColor` (string,null)

  - `data.seatAssignmentType` (object)

  - `data.seatAssignmentType.seatAssignmentTypeId` (string)

  - `data.seatAssignmentType.seatAssignmentTypeName` (string,null)

  - `data.seatAssignmentType.seatAssignmentTypeCode` (string,null)

  - `data.responseDescription` (string,null)

  - `message` (string,null)

  - `isError` (boolean)

  - `messageCode` (integer)

  - `status` (string,null)

  - `errorType` (string,null)

  - `traceid` (string,null)

  - `responseDescription` (string,null)


